body			{margin: 0;
				padding: 5%;
				font-family: sans-serif;
				background: #3b3131 url(film_small.jpg);
				background-position: 0% 50%;
				background-repeat: repeat-Y;}

div#header		{height: 168;
				text-align: center;
				font-family: san-serif;
				border-bottom: solid medium;}
				
div#leftcolumn {padding: 0;
				float: left;
				text-align: center;
				background: #3b3131(film_small.jpg);
				background-position: 50% 50%;
				background-repeat: repeat-Y;
				height: 100%;
				width: 200px;}


div#maincontent {padding: 5%;
				text-align: left;
				margin-left:  200px;
				background: #3b3131 url(film.jpg);
                background-position: 0% 50%;
				background-repeat: repeat-Y;}
				A:link-color: red;}
		

div#footer		{padding: 5%;
				text-align: center;
				clear: both;
				border-top: solid #000000 thin;}

				.red		{color: red; background: #3b3131;}
				.black		{color: black; background: #3b3131;}
				.slateblue	{color: slateblue; background: #3b3131;}
				.white		{color: white; background: black;}
				.class1 A:link {text-decoration: none; color: white;}
				.class1 A:visited {text-decoration: none; color: green;}
                .class1 A:hover {text-decoration: underline overline; color: red;}
				.class2 A:link {text-decoration: none; color: red;}
				.class2 A:visited {text-decoration: none; color: slateblue;}
                                .class2 A:hover {text-decoration: underline overline; color: red;}
